@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@font-face {
  font-family: Neogrotesk Ess Alt;
  src: url("../font/NeogroteskEssAlt-Regular.woff") format("woff");
}

@font-face {
  font-family: Boston-SemiBold;
  src: url("../font/Boston-SemiBold.woff") format("woff");
}

@font-face {
  font-family: Neogrotesk Ess Alt Bold;
  src: url("../font/NeogroteskEssAlt-Bold.woff") format("woff");
}

@font-face {
  font-family: Boston-Regular;
  src: url("../font/Boston-Regular.woff") format("woff");
}

@font-face {
  font-family: Neogrotesk Ess Alt Light;
  src: url("../font/NeogroteskEssAlt-Light.woff") format("woff");
}
@font-face {
  font-family: Boston-Bold;
  src: url("../font/Boston-Bold.woff");
}

/*--------------------------- General Reset -------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html{
  overflow-x: hidden;
}
/*--------------------------- General Elements -------------------------- */
::-webkit-scrollbar {
  width: 9px;
  }
::-webkit-scrollbar-track {
  border-radius: 20px;
  }
::-webkit-scrollbar-thumb {
  background-color: #1f64a7;
  border-radius: 20px;
  }
body#overRide {
  margin: 0 auto;
  overflow-x: hidden;
}
body#overRide main {
  max-width: 1600px;
}
body#overRide .scrolled {
  background-color: #1f64a7;
}
body#overRide .exp:hover,
body#overRide .jn:hover,
body#overRide .ln:hover {
  background-color: #f96e46;
  color: white;
}
body#overRide #melviDriver img{
  transform: scale(1.3);
}

/*--------------------------- BANNER SECTION STARTS ----------------------------- */
body#overRide .upper-section {
  background-image: url('../img/Group2835.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 5%!important;
  height: 1000px;
  width: 100%;
}
body#overRide .container {
  width: 100%;
  height: 1000px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1px;
}
body#overRide .img-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -550px;
  align-items: center;
  height: 400px;
}
body#overRide .img {
  width: 930px;
  height: 507px;
  opacity: 1;
  margin-bottom: -23px;
}
body#overRide .img img {
  width: 100%;
  height: 100%;
}
body#overRide .down-arrow {
  cursor: pointer;
  width: 26px;
  height: 44px;
  background: transparent url("../img/scroll down arrow.png") 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
body#overRide .title, .lrn {
  color: white;
  margin-top: 30px;
  margin-bottom: 15px;
}
body#overRide .title {
  margin-top: -50px;
  font-size: 40px;
  text-align: center;
  min-width: 83%;
  z-index: 1;
  line-height: 1.3;  
  font-family: Boston-Regular;
}
body#overRide .title h3{
  font-size: 40px;
}
body#overRide .learn {
  margin-top: -100px;
}
/* -------------------------------- BANNER SECTION ENDS -----------------------------------------------*/

/*--------------------------------- INITIAL SECTION STARTS ------------------------------*/
body#overRide .initial {
  font-family: Neogrotesk Ess Alt;
  font-size: 3rem;
  margin: 2rem auto;
  color: #022859;
  text-align: center;
}
body#overRide .initial-bold {
  font-family: Neogrotesk Ess Alt Bold;
}
/*--------------------------------- INITIAL SECTION ENDS ------------------------------*/


/*----------------------------- BODY SECTION STARTS ----------------------------------------*/
body#overRide .body {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  grid-gap: 1rem;
  margin: 2rem auto;
  justify-content: center;
  font-family: Neogrotesk Ess Alt Bold;
  color: #022859;
  max-width: 900px;
  font-size: 43px;
}
body#overRide .cir {
  height: 18rem;
  margin: auto;
  width: 18rem;
  border-radius: 50%;
  box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.05);
  font-family: Neogrotesk Ess Alt;
}
body#overRide .cir p {
  font-size: 1.2rem;
}
body#overRide .cir img {
  width: 40px;
  height: 35px;
  margin: 0.5rem;
}
body#overRide .cir ul {
  list-style-type: none;
  width: 10rem;
  height: 14rem;
  margin-top: 2rem;
  margin-left: 3.5rem;
  font-size: 1rem;
}
body#overRide .cir li {
  padding: 0;
  margin: 0.5rem auto;
  display: flex;
  width: 100%;
}
body#overRide .bb {
  margin: auto;
}
/*----------------------------- BODY SECTION ENDS ----------------------------------------*/


/*------------------------------------- TEXTT SECTION STARTS -----------------------------*/
body#overRide .textt {
  text-align: center;
  width: 80%;
  margin: 2rem auto 0 auto;
  font-family: Neogrotesk Ess Alt;
  color: #022859;
  font-size: 1.5rem;
}
/*----------------------------- TEXTT SECTION ENDS ----------------------------------------*/


/*-----------------------ABOVE CONTAINER SECTION STARTS---------------------------*/
body#overRide .above-container {
}
body#overRide .above-container .card-lower {
  max-width: 300px;
}
body#overRide .card-section {
  max-width: 1220px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  margin: 0 auto;
  grid-gap: 1rem;
  justify-content: center;
}
body#overRide .card{
  border : none;
}
body#overRide .card-lower {
  /*box-shadow: 0 4px 8px 0 rgb(243, 241, 241);*/
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  background-color: #ffffff;
  /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}
body#overRide .card-lower:hover {
  box-shadow: 0px -1px 20px 6px #efeded;
}
body#overRide .card-title {
  padding-top: 120px;
  font-size: 24px;
  color: #0d4162;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -60px;
  font-family: Boston-SemiBold;
}
body#overRide .card-content {
  font-size: 16px;
  font-family: Boston-Regular;
}
body#overRide .card-btn {
  width: 150px;
  height: 50px;
  text-align: center;
  align-items: center;
  border: 2px solid #f96e46;
  margin-left: 50px;
  margin-top: 50px;
  border-radius: 5px;
  background-color: #fdfdfd;
  padding: 2px;
}
#butn1 {
  margin-top: 70px!important;
}
body#overRide .card-img {
  width: 400px;
  height: 420px;
  opacity: 1;
  margin-top: 10px;
  z-index: 1;
  margin-bottom: -300px;
  align-items: center;
}
body#overRide .card1img {
  height: 210px;
  width: 210px;
  margin: 15px 70px;
}
/*-----------------------ABOVE CONTAINER SECTION STARTS---------------------------*/



/*------------------------- VIDEO SECTION STARTS -------------------------------*/
body#overRide .video-section {
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
body#overRide .video-content {
  margin: auto;
  font-size: 36px;
  color: #0d4162;  
  font-family: Neogrotesk Ess Alt Light;

}
body#overRide .caps {
  font-weight: 800;
}
body#overRide .video {
  margin: auto;
  position: relative;
}
body#overRide .video img {
  position: absolute;
  bottom: 15%;
  left: -18%;
  z-index: -1;
}
iframe.inner {
  width: 534px;
  height: 377px;
  border-radius: 30px;
  margin-top: 56px;
}
.frame {
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 560%;
  height: 315px;
  cursor: pointer;
}

/*------------------------- VIDEO SECTION STARTS -------------------------------*/


/* ----------------- BELOW CARD SECTION STARTS ----------------------- */
body#overRide .belowContainer, .above-container {
  margin: 2rem auto;
  max-width: 1050px;
}
body#overRide .card2, .card3 {
  border: none;
}
body#overRide .card-lower2, .card-lower3 {
  /*box-shadow: 0 4px 8px 0 rgb(243, 241, 241);*/
  width: 80%;
  padding: 0 1rem;
  text-align: left;
  background-color: #ffffff;
  /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
}
body#overRide .card-title2, .card-title3 {
  font-size: 1.6rem;
  padding: 0 0 0.5rem 0;
  color: #0d4162;
  font-family: Neogrotesk Ess Alt;
}
body#overRide .card-content2, .card-content3 {
  color: #022859;
  font-family: Boston-Regular;
}
body#overRide .card-img2, .card-img3 {
  margin: 1rem;
  width: 90px;
}
body#overRide .card-img2 img, .card-img3 img {
  width: 100%;
}
body#overRide .exp-div {
  align-items: center;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
  /* font-family: Boston-SemiBold; */
}
body#overRide .exp {
  margin: 1rem auto;
  cursor: pointer;
  width: 216px;
  height: 50px;
  border: 2px solid #f96e46;
  border-radius: 5px;
  z-index: 99;
  opacity: 1;
  text-align: center;
  font-size: 12px;
  background-color: white;
  font-family: Boston-SemiBold;
  transition: all 0.4s;
}
body#overRide .exp a{
  transition: 0.4s;
}
body#overRide .exp:hover a{
  color: white!important;
}
/* ----------------- BELOW CARD SECTION ENDS ----------------------- */


/*------------------------- SLIDER SECTION STARTS -----------------------*/
@-webkit-keyframes slideComputer {
  0% {
    transform: translateX(-300px);
  }
  10% {
    transform: translateX(-300px);
  }
  20% {
    transform: translateX(300px);
  }
  30% {
    transform: translateX(300px);
  }
  40% {
    transform: translateX(-300px);
  }
  50% {
    transform: translateX(-300px);
  }
  60% {
    transform: translateX(-900px);
  }
  70% {
    transform: translateX(-900px);
  }
  80% {
    transform: translateX(300px);
  }
  90% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(-300px);
  }
}
@-webkit-keyframes slideMob {
  0% {
    transform: translateX(-250px);
  }
  10% {
    transform: translateX(-250px);
  }
  20% {
    transform: translateX(250px);
  }
  30% {
    transform: translateX(250px);
  }
  40% {
    transform: translateX(-250px);
  }
  50% {
    transform: translateX(-250px);
  }
  60% {
    transform: translateX(-750px);
  }
  70% {
    transform: translateX(-750px);
  }
  80% {
    transform: translateX(250px);
  }
  90% {
    transform: translateX(250px);
  }
  100% {
    transform: translateX(-250px);
  }
}
body#overRide .sliderSection {}
body#overRide .sliderSection .quotes {
  height: 200px;
  width: 200px;
}
body#overRide .sliderSection .quotes img {
  width: 100%;
}
body#overRide .sliderSection #upperQuote {
  margin-bottom: -80px;
  margin-left: 5%;
}
body#overRide .sliderSection #lowerQuote {
  margin-top: -40px;
  margin-left: 80%;
}
body#overRide .sliderSection .slideContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 2100px;
  transform: translateX(-600px);
  -webkit-animation-name: slideComputer;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
}
body#overRide .sliderSection .slideCard {
  min-width: 650px;
  max-width: 650px;
  margin: 0 100px;
  padding: 1rem;
  border-radius: 10px;
  transition: 0.4s;
}
body#overRide .sliderSection .slideCard:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
body#overRide .slideCard .upperCard {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 1rem;
}
body#overRide .slideCard .upperCard .imgContainer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #ffe194;
}
body#overRide .slideCard .upperCard img {
  width: 100%;
}
body#overRide .slideCard .upperCard .namePosition {
  margin: auto 0;
  text-align: left;
  color: #0d4162;
  font-family: Boston-SemiBold;
}

body#overRide .slideCard .upperCard .namePosition h2{
  font-size: 1.4rem;
}
body#overRide .slideCard .lowerCard {
  padding: 1rem;
}
body#overRide .slideCard .lowerCard p {
  font-family: Boston-Regular;
  font-size: 20px;
}
body#overRide .appostrophe {
  width: 179px;
  height: 122px;
}
#upper-comma {
  margin-left: 100px;
  margin-bottom: -100px;
  margin-top: 120px;
}
#lower-comma {
  margin-left: 1200px;
  margin-top: -50px;
}
body#overRide .appostrophe img {
  width: 100%;
  height: 100%;
}
/*------------------------- SLIDER SECTION ENDS -----------------------*/



/*-------------- FOOTER BEFORE SECTION STARTS ---------------*/
body#overRide .footer-before {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 auto;
  justify-content: center;
  width: 80%;
  align-items: center;
  margin: 6rem auto
}
body#overRide .footer-before-image {
  transform: scale(0.8);
  border: 8px solid #ffe194;
  border-radius: 50%;
}
body#overRide .footer-before-image img {
  width: 100%;
}
body#overRide .footer-before-content {
  display: flex;
  flex-direction: column;
  border: none;
}
body#overRide .footer-before-content-title {
  font-size: 42px;
  color: #0d4162;
  font-weight: 700;
  text-align: left;
  font-family: Neogrotesk Ess Alt Bold;
}
body#overRide .footer-before-content-para1, .footer-before-content-para2 {
  font-size: 18px;
  text-align: left;
  padding-bottom: 20px;
  width: 70%;
  font-family: Boston-Regular;
}
#para1 {
  margin-top: 20px;
}
#para2 {
  margin-bottom: 20px;
}
body#overRide .jn, .ln{
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 5px;
  color: black;
  background-color: var(--yellow);
  transition: 0.4s;

}
body#overRide .jn {
  background-color: #ffe194;
  border: 2px solid white;
}
body#overRide .ln {
  background-color: white;
  border: 2px solid #ffe194;
}
body#overRide .jn a, 
body#overRide .ln a{
  text-decoration: none;
  color: black!important;
  font-family: Boston-SemiBold;
}
/*-------------- FOOTER BEFORE SECTION ENDS ---------------*/



@media screen and (min-width: 2700px) {
  /*VIDEO SECTION STARTS*/
  body#overRide .video-section {
    width: 50%;
    margin: auto;
  }
  /*VIDEO SECTION ENDS*/

  /*SLIDER SECTION STARTS*/
  #upper-comma {
    margin-left: 15%;
  }
  #lower-comma {
    margin-left: 72%;
  }
  /*SLIDER SECTION ENDS*/

  /*FOOTER BEFORE SECTION STARTS*/
  body#overRide .footer-before-image>img {
    margin-left: 30%;
  }
  /*FOOTER BEFORE SECTION ENDS*/

}

@media screen and (max-width:1500px) {

}

@media screen and (max-width: 1300px) {
  /*BANNER SECTION STARTS*/
  body#overRide .title h3 {
    font-size: 2rem;
  }
  /*BANNER SECTION ENDS*/

  /*CARD CONTAINER STARTS*/
  body#overRide .above-container {
    padding: 0;
  }
  body#overRide .card-section {
    width: 100%;
  }
  body#overRide .card-section .card .card-content {
    font-size: 1rem;
  }
  body#overRide .card2, .card3 {
    min-width: 300px;
  }
  body#overRide  .card-section .card2 .card-content2, 
  body#overRide  .card-section .card3 .card-content3 {
    font-size: 0.9rem;
  }
  body#overRide .card-section .card .card-title {
    font-size: 1.4rem;
  }
  body#overRide .card-section .card2 .card-title2, 
  body#overRide .card-section .card3 .card-title3 {
    font-size: 1.2rem;
  }
  body#overRide .card-section .card .card-img {
    width: 300px;
    height: 320px;
    margin-bottom: -200px;
  }
  /*CARD CONTAINER ENDS*/

  /*SLIDER SECTION STARTS*/
  body#overRide .slider-frame .slide-cards .card-content {
    font-size: 1rem;
  }
  /*SLIDER SECTION ENDS*/

}

@media screen and (max-width:1100px) {

  /*SLIDER SECTION STARTS*/
  body#overRide .sliderSection .quotes {
    height: 150px;
    width: 150px;
  }
  body#overRide .sliderSection .slideContainer {
    width: 1800px;
  }
  /*SLIDER SECTION ENDS*/

}

@media screen and (max-width: 1047px) {

  /*BANNER SECTION ENDS*/
  body#overRide .title {
    min-width: 72%;
  }
  body#overRide .title h3 {
    font-size: 1.8rem;
  }
  /*BANNER SECTION ENDS*/

  /*BODY SECTION STARTS*/
  body#overRide .group .bb {
    margin-left: -10%;
    font-size: 2rem
  }
  /*BODY SECTION ENDS*/

  /*VIDEO SECTION STARTS*/
  body#overRide .video-content {
    font-size: 1.2rem;
  }
  body#overRide .video-content .video iframe.inner {
    max-width: 350px;
  }
  body#overRide .video-content span {
    font-size: 1.6rem;
  }
  body#overRide .video {
    min-width: 400px;
  }
  .video iframe.inner {
    width: 100%;
  }
  /*VIDEO SECTION ENDS*/

  /*FOOTER BEFORE SECTION ENDS*/
  body#overRide .footer-before {
    margin: 2rem auto ;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
  }
  body#overRide .footer-before-image {
    padding: 0;
    margin: 0 auto;
    transform: scale(0.9);
  }
  body#overRide .footer-before-image img {
    width: 100%;
    height: 100%;
  }
  body#overRide .footer-before-content {
    margin: 0 auto;
    width: 80%;
  }
  body#overRide .footer-before-content-title {
    font-size: 36px;
    text-align: left;
  }
  body#overRide .footer-before-content-para1, 
  body#overRide .footer-before-content-para2 {
    text-align: justify;
    margin: 5px auto;
  }
  body#overRide .footer-before-content-button {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    text-align: center;
    justify-content: center;
  }
  body#overRide .footer-before-content-button button {
    margin: 0 auto;
    font-size: 0.8rem;
  }
  /*FOOTER BEFORE SECTION ENDS*/
 
  /*CARD CONTAINER STARTS*/
  body#overRide .card-section {
    grid-template-columns: 1fr 1fr;
  }
  body#overRide .exp-div button.exp {
    margin-top: 50px;
  }
  /*CARD CONTAINER ENDS*/
}

@media screen and (max-width:900px) {

  /*CARD CONTAINER STARTS*/
  body#overRide .belowContainer, .above-container {
    max-width: 850px;
  }
  /*CARD CONTAINER ENDS*/
  
  /*BANNER SECTION STARTS*/
  body#overRide .title h3 {
    padding: 3rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
    word-spacing: 1.2;
  }
  /*BANNER SECTION ENDS*/

  /*INITIAL SECTION STARTS*/
  body#overRide .initial {
    font-size: 1.6rem;
  }
  /*INITIAL SECTION ENDS*/

}

@media screen and (max-width:950px) {

  /*SLIDER SECTION STARTS*/
  body#overRide .sliderSection .quotes {
    height: 100px;
    width: 100px;
  }
  body#overRide .sliderSection .slideContainer {
    width: 1500px;
  }
  body#overRide .slideCard .lowerCard p {
    font-size: 18px;
  }
  /*SLIDER SECTION ENDS*/

}

@media screen and (max-width:775px) {

  /*SLIDER SECTION STARTS*/
  body#overRide .sliderSection .quotes {
    display: none;
  }
  body#overRide .sliderSection .slideContainer {
    width: 1300px;
  }
  body#overRide .sliderSection .slideContainer .slideCard {
    max-width: 400px;
    min-width: 400px;
  }
  body#overRide .slideCard .lowerCard p {
    font-size: 16px;
  }
  /*SLIDER SECTION ENDS*/

}


@media screen and (max-width: 769px) {

  /*CARD CONTAINER SECTION STARTS*/
  body#overRide .card-section {
    width: 75%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  body#overRide .card-content {
    font-size: 15px;
    max-width: 300px;
  }
  body#overRide .card-title2, .card-title3 {
    font-size: 26px;
  }
  body#overRide .card-content2, .card-content3 {
    font-size: 15px;
    max-width: 305px;
  }
  body#overRide .card-container .card-lower {
    margin-top: 30px;
  }
  body#overRide .card2, .card3 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }
  body#overRide .card-lower2, .card-lower3 {
    text-align: left;
    width: 100%;
  }
  body#overRide .exp-div {
    margin-left: 16%;
  }
  body#overRide .exp {
    display: none;
  }
  /*CARD CONTAINER SECTION ENDS*/

  /*TEXTT SECTION STARTS*/
  body#overRide .textt {
    width: 85%;
    font-size: 19px;
  }
  body#overRide .textt h2 {
    font-size: 1.4rem;
    text-align: left;
  }
  /*TEXTT SECTION ENDS*/

  /*VIDEO SECTION STARTS*/
  body#overRide .video-section {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    text-align: left;
    width: 100%;
  }
  body#overRide .video-section img {
    position: absolute;
    top: 135%;
    left: 80%;
    z-index: -1;
  }
  body#overRide .video-content {
    margin-top: -3rem;
    font-size: 21px;
  }
  body#overRide .video {
    grid-row: 1;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    height: 248px;
  }
  iframe.inner {
    width: 278px;
    height: 248px;
    margin-top: -100px;
  }
  body#overRide .caps {
    font-size: 29px;
  }
  body#overRide .line1, .line2, .line3 {
    margin: 5px 19px;
  }
  body#overRide .rect-img {
    display: none;
  }
  /*VIDEO SECTION ENDS*/

  /*FOOTER BEFORE SECTION STARTS*/
  body#overRide .footer-before {
    padding: 0;
  }
  
  /*FOOTER BEFORE SECTION ENDS*/

  /*BANNER SECTION STARTS*/
  body#overRide .img-content {
    margin-top: -200px;
  }
  body#overRide .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -100px;
    min-width: 90%;
  }
  body#overRide .title h3{
    font-size: 1.5em;
  }
  body#overRide .img {
    width: 597px;
    height: 366px;
    opacity: 1;
    /* margin-left: -100px; */
    margin-top: -527px;
  }
  body#overRide .learn {
    margin-top: -50px;
  }
  /*BANNER SECTION ENDS*/

  /*BODY SECTION STARTS*/
  body#overRide .body {
    grid-template-columns: 1fr;
  }
  body#overRide .group .cir {
    margin-top: 0%;
    text-align: center;
  }
  body#overRide .group .bb {
    padding: 0;
    margin: 0 auto;
  }
  /*BODY SECTION ENDS*/
  
  /*SLIDER SECTION STARTS*/
  body#overRide .appostrophe {
    display: none;
  }
  /*SLIDER SECTION ENDS*/

}

@media screen and (max-width:550px) {

  /*SLIDER SECTION STARTS*/
  body#overRide .sliderSection .slideContainer {
    width: 1050px;
  }
  body#overRide .sliderSection .slideContainer .slideCard {
    max-width: 400px;
    min-width: 400px;
  }
  /*SLIDER SECTION ENDS*/
  /*BANNER SECTION STARTS*/
  body#overRide .img-content {
    margin-top: 250px;
  }
  body#overRide .title {
    font-size: 1.6rem;
    width: 80%;
    text-align: left;
    margin-top: 200px;
  }
  body#overRide .title h3 {
    font-size: 1.65rem;
    padding: 1rem;
  }
  body#overRide .learn {
    margin-top: 0px;
  }
  /*BANNER SECTION ENDS*/
}

@media screen and (max-width: 428px) {

  /*SLIDER SECTION STARTS*/
  body#overRide .sliderSection .slideContainer {
    -webkit-animation-name: slideMob;
    width: 900px;
  }
  body#overRide .sliderSection .slideCard .upperCard h1 {
    font-size: 1.4rem;
  }
  body#overRide .sliderSection .slideCard .upperCard h2 {
    font-size: 1.2rem;
  }
  body#overRide .sliderSection .slideContainer .slideCard {
    max-width: 300px;
    min-width: 300px;
  }
  /*SLIDER SECTION ENDS*/

  /*BANNER SECTION STARTS*/
  body#overRide .title h3 {
    font-size: 1.65rem;
    padding: 1rem;
  }
  /*BANNER SECTION ENDS*/
 
  /*VIDEO SECTION STARTS*/
  body#overRide .video-section {
    width: 100%;
  }
  body#overRide .video {
    min-width: 300px;
  }
  /*VIDEO SECTION ENDS*/
  /*FOOTER BEFORE SECTION STARTS*/
  body#overRide .footer-before{
  }
  body#overRide .footer-before .footer-before-content-title{
    font-size: 26px;
  }
  body#overRide .footer-before, 
  body#overRide .footer-before-content-para1, 
  body#overRide .footer-before-content-para2 {
    width: 300px;
  }
  body#overRide .footer-before .footer-before-content-para1,
  body#overRide .footer-before .footer-before-content-para2{
    margin-left: -25px;
  }
  /*FOOTER BEFORE SECTION ENDS*/
}
